Skip to content

Added support for extending limit for quick filter through configuration#26

Merged
jakob101 merged 4 commits intodawsbot:masterfrom
sivcan:extended-limit
Apr 22, 2018
Merged

Added support for extending limit for quick filter through configuration#26
jakob101 merged 4 commits intodawsbot:masterfrom
sivcan:extended-limit

Conversation

@sivcan
Copy link
Copy Markdown
Contributor

@sivcan sivcan commented Apr 14, 2018

Showing more than 1000 options might lead to performance issues and surely was a good check.
However, I wanted quick pick anyway despite a performance drop of ~1 sec because I had about 2K files in my project and it was fine by me.

So did all the other people in my team wanted this part of the extension become configurable.
So, a new external configuration is:

"relativePath.extendedLimit": 2500

or just could be any number that a user prefers to use.

The user knows that they'll be causing the drop in performance but surely would prefer the suggestions to show up and lesser number of hits on the keyboard.

The default is still 1000.

@sivcan
Copy link
Copy Markdown
Contributor Author

sivcan commented Apr 19, 2018

@jakob101 If you merge this, then our team will start using this plugin.
Thank you!

@jakob101 jakob101 merged commit 2615c30 into dawsbot:master Apr 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants